home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / HENSA / BBS / ARCHIBOARD.ARC / !BulBoard_Scripts_Logon < prev    next >
Encoding:
Text File  |  1995-01-25  |  195 b   |  9 lines

  1. {
  2.   display_term_ansi( "Logon" );
  3.   pause_on_space();
  4.   print_string( "£x£gWhat happenned today..\n" );
  5.   today_in_history();
  6.   pause_on_space();
  7.   read_mbox_new();
  8.   clear_goto_menu( "main" );
  9. }